CRPEExportOptions Options Tables
Export Format DLL
Export Format
| DLL
|
Crystal Reports Format
| uxfcr.dll
|
Data Interchange Format
| uxfdif.dll
|
Word for Windows Format
| uxfwordw.dll
|
Word for DOS Format
| uxfdoc.dll
|
WordPerfect Format
| uxfdoc.dll
|
Quattro Pro 5.0 (WB1) Format
| uxfqp.dll
|
Record Style Format (columns)
| uxfrec.dll
|
Rich Text Format
| uxfrtf.dll
|
Comma Separated Values (CSV)
| uxfsepv.dll
|
Tab Separated Values
| uxfsepv.dll
|
Character Separated Values
| uxfsepv.dll
|
Text Format (ASCII)
| uxftext.dll
|
Tab Separated Text Format
| uxftext.dll
|
Lotus 1-2-3 (WK3)
| uxfwks.dll
|
Excel 4.0
| uxfxls.dll
|
Export Format Type
Export Format
| Format Type
|
Crystal Reports Format
| UXFCrystalReportType
|
Data Interchange Format
| UXFDIFType
|
Word for Windows Format
| UXFWordWinType
|
Word for DOS Format
| UXFWordDosType
|
WordPerfect Format
| UXFWordPerfectType
|
Quattro Pro 5.0 (WB1) Format
| UXFQP5Type
|
Record Style Format (columns)
| UXFRecordType
|
Rich Text Format
| UXFRichTextFormatType
|
Comma Separated Values (CSV)
| UXFCommaSeparatedType
|
Tab Separated Values
| UXFTabSeparatedType
|
Character Separated Values
| UXFCharSeparatedType
|
Text Format (ASCII)
| UXFTextType
|
Tab Separated Text Format
| UXFTabbedTextType
|
Lotus 1-2-3 (WK3)
| UXFLotusWk3Type
|
Excel 4.0
| UXFXls4Type
|
Export Format Options
Export Format
| Format Type
|
Data Interchange Format
| UXFDIFOptions
|
Record Style Format (columns)
| UXFRecordStyleOptions
|
Comma Separated Values (CSV)
| UXFCommaTabSeparatedOptions
|
Tab Separated Values
| UXFCommaTabSeparatedOptions
|
Character Separated Values
| UXFCharSeparatedOptions
|
Destination DLL Name
Report Destination
| DLL
|
Disk File
| uxddisk.dll
|
E-mail (MAPI)
| uxdmapi.dll
|
E-mail (VIM)
| uxdvim.dll
|
Destination Type
Report Destination
| Destination Type
|
Disk File
| UXDDiskType
|
E-mail (MAPI)
| UXDMapiType
|
E-mail (VIM)
| UXDVIMType
|
Export Destination Options Type
Report Destination
| Structure
|
Disk File
| UXDDiskOptions
|
E-mail (MAPI)
| UXDMAPIOptions
|
E-mail (VIM)
| UXDVIMOptions
|
Constructor CRPEExportOptions::CRPEExportOptions
This constructs a CRPEExportOptions structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.
Constructor Syntax (Default)
struct CRPEExportOptions ();
Constructor Syntax
struct CRPEExportOptions (
const _TCHAR *formatDLLName,
DWORD formatType,
void *formatOptions,
const _TCHAR *destinationDLLName,
DWORD destinationType,
void *destinationOptions );